bitkeeper revision 1.7.3.53 (3e10198e4ptgt5U7EQOwe-1M8roCbw)
authorlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Mon, 30 Dec 2002 10:01:50 +0000 (10:01 +0000)
committerlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Mon, 30 Dec 2002 10:01:50 +0000 (10:01 +0000)
debug

xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c

index 13aa3edd06a794f5f1205ed08b34d4ecd9f948ea..c958dd5535d4040ddc2aa87ff703fb1802c8b35c 100644 (file)
@@ -190,10 +190,10 @@ unsigned long direct_mmap(unsigned long phys_addr, unsigned long size,
        entry = find_direct(&current->mm->context.direct_list, addr);
        if(entry != &current->mm->context.direct_list){
                list_add_tail(&dmmap->list, entry);
-               printk(KERN_ALERT "bd240 debug: added node %lx in the middle\n", node->vm_start);
+               printk(KERN_ALERT "bd240 debug: added node %lx in the middle\n", dmmap->vm_start);
        } else {
        list_add(&dmmap->list, &current->mm->context.direct_list);
-               printk(KERN_ALERT "bd240 debug: added node %lx at tail\n", node->vm_start);
+               printk(KERN_ALERT "bd240 debug: added node %lx at tail\n", dmmap->vm_start);
        }
 
     /* and perform the mapping */